body{
  background-color: white;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#checkbox1{
  position: absolute;
  left: 200px;
  top: 595px;
}

#datenschutzerklärungText{
  position: absolute;
  left: 250px;
  top: 250px;
}

#PaysafecardButton{
  position: absolute;
  left: 330px;
  top: 440px;
  background-color: transparent;
  border: none;
  font-size: 12px;
  transition: 0.5s;
}

#PaysafecardButton:hover{
  font-size: 14px;
}

#PaysafecardButton2{
  position: absolute;
  left: 330px;
  top: 440px;
  background-color: transparent;
  border: none;
  font-size: 12px;
  transition: 0.5s;
}

#PaysafecardButton2:hover{
  font-size: 14px;
}

#SkinPacks{
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  font-size: 1.1rem;
  margin: 15px;
}

#SkinPacks:focus{
  outline: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.contact-form {
  position: absolute;
  left: 675px;
  top: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  width:80%;
  max-width: 500px;
  margin: 0 auto;
}

.form-group {
  width: 100%;
  margin-bottom: 20px;
}

label {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

input[type="text"],
input[type="email"],
#message {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  font-size: 1.1rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
#message:focus {
  outline: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

input[type="text"],
input[type="email"],
#message2 {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  font-size: 1.1rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
#message2:focus {
  outline: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

input[type="text"],
input[type="email"],
#message3 {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  font-size: 1.1rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
#message3:focus {
  outline: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.btn-submit {
  background-color: #ff6f61;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.btn-submit:hover {
  background-color: #ff524f;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

#awardsIMG{
  position: absolute;
  left: 680px;
  top: 100px;
}

#logo{
  width: 1913px;
  height: 120px;
  background-color: black;
  position: absolute;
  left: -10px;
  top: -10px;
}

#logoName{
  color: white;
  position: absolute;
  left: 30px;
  top: 20px;
  text-decoration: none;
  font-size: 52px;
  font-weight: bold;
}

#bewertungenLink{
  color: white;
  position: absolute;
  left: 1300px;
  top: 30px;
  text-decoration: none;
  font-size: 42px;
  font-weight: bold;
}

#supportLink{
  color: white;
  position: absolute;
  left: 1600px;
  top: 30px;
  text-decoration: none;
  font-size: 42px;
  font-weight: bold;
}

#faqLink{
  color: white;
  position: absolute;
  left: 1800px;
  top: 30px;
  text-decoration: none;
  font-size: 42px;
  font-weight: bold;
}

#Paysafecard_Text{
  position: absolute;
  left: 800px;
  top: 200px;
  font-size: 42px;
  font-weight: bold;
}

#PaysafecardIMG{
  position: absolute;
  left: 880px;
  top: 1120px;
}

#ErklärungText{
  position: absolute;
  left: 200px;
  top: 350px;
  font-size: 18px;
  font-weight: bold;
}

#ErklärungText1{
  position: absolute;
  left: 720px;
  top: 350px;
  font-size: 18px;
  font-weight: bold;
}

#ErklärungText2{
  position: absolute;
  left: 730px;
  top: 390px;
  font-size: 18px;
  font-weight: bold;
}

#ErklärungText3{
  position: absolute;
  left: 550px;
  top: 430px;
  font-size: 18px;
  font-weight: bold;
}

#ErklärungText4{
  position: absolute;
  left: 730px;
  top: 550px;
  font-size: 18px;
  font-weight: bold;
}

#ErklärungText5{
  position: absolute;
  left: 700px;
  top: 590px;
  font-size: 18px;
  font-weight: bold;
}

#ErklärungText6{
  position: absolute;
  left: 720px;
  top: 630px;
  font-size: 18px;
  font-weight: bold;
}

#ErklärungText7{
  position: absolute;
  left: 730px;
  top: 730px;
  font-size: 18px;
  font-weight: bold;
}

#Meistverkaufte_Packs_IMG{
  position: absolute;
  left: 915px;
  top: 280px;
}

#Unsere_Vorteile{
  position: absolute;
  left: 850px;
  top: 2000px;
  font-size: 42px;
  font-weight: bold;
}

#Unsere_Vorteile_IMG{
  position: absolute;
  left: 915px;
  top: 2080px;
}

#Unsere_Vorteile_Corner1{
  position: absolute;
  left: 600px;
  top: 2180px;
  border-radius: 25px;
  background-color: white;
  padding: 20px;
  width: 260px;
  height: 200px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#Unsere_Vorteile_Corner1_IMG{
  position: absolute;
  left: 720px;
  top: 2220px;
}

#Unsere_Vorteile_Corner1_Text1{
  position: absolute;
  left: 660px;
  top: 2280px;
  font-size: 24px;
  font-weight: bold;
}

#Unsere_Vorteile_Corner1_Text2{
  position: absolute;
  left: 630px;
  top: 2330px;
  font-size: 16px;
  font-weight: bold;
}

#Unsere_Vorteile_Corner2{
  position: absolute;
  left: 1050px;
  top: 2180px;
  border-radius: 25px;
  background-color: white;
  padding: 20px;
  width: 260px;
  height: 200px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#Unsere_Vorteile_Corner2_IMG{
  position: absolute;
  left: 1175px;
  top: 2220px;
}

#Unsere_Vorteile_Corner2_Text1{
  position: absolute;
  left: 1150px;
  top: 2280px;
  font-size: 24px;
  font-weight: bold;
}

#Unsere_Vorteile_Corner2_Text2{
  position: absolute;
  left: 1080px;
  top: 2330px;
  font-size: 16px;
  font-weight: bold;
}

#Unsere_Vorteile_Corner2_Text2Break{
  position: absolute;
  left: 1080px;
  top: 2360px;
  font-size: 16px;
  font-weight: bold;
}

#Unsere_Vorteile_Corner3{
  position: absolute;
  left: 600px;
  top: 2500px;
  border-radius: 25px;
  background-color: white;
  padding: 20px;
  width: 260px;
  height: 200px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#Unsere_Vorteile_Corner3_IMG{
  position: absolute;
  left: 720px;
  top: 2540px;
}

#Unsere_Vorteile_Corner3_Text1{
  position: absolute;
  left: 710px;
  top: 2600px;
  font-size: 24px;
  font-weight: bold;
}

#Unsere_Vorteile_Corner3_Text2{
  position: absolute;
  left: 620px;
  top: 2660px;
  font-size: 16px;
  font-weight: bold;
}

#Unsere_Vorteile_Corner3_Text3Break{
  position: absolute;
  left: 620px;
  top: 2690px;
  font-size: 16px;
  font-weight: bold;
}

#Unsere_Vorteile_Corner4{
  position: absolute;
  left: 1050px;
  top: 2500px;
  border-radius: 25px;
  background-color: white;
  padding: 20px;
  width: 260px;
  height: 200px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#Unsere_Vorteile_Corner4_IMG{
  position: absolute;
  left: 1165px;
  top: 2540px;
}

#Unsere_Vorteile_Corner4_Text1{
  position: absolute;
  left: 1150px;
  top: 2600px;
  font-size: 24px;
  font-weight: bold;
}

#Unsere_Vorteile_Corner4_Text2{
  position: absolute;
  left: 1080px;
  top: 2660px;
  font-size: 16px;
  font-weight: bold;
}

#Unsere_Vorteile_Corner4_Text4Break{
  position: absolute;
  left: 1080px;
  top: 2690px;
  font-size: 16px;
  font-weight: bold;
}

#WrapperEnd{
  position: absolute;
  left: 0px;
  top: 2900px;
  width: 1900px;
}

#awards2IMG{
  position: absolute;
  left: 1300px;
  top: 2950px;
}

#paysafecardLogo{
  position: absolute;
  left: 1000px;
  top: 3020px;
}

#agbLink{
  position: absolute;
  left: 50px;
  top: 3120px;
  text-decoration: none;
}

#ImpressumLink{
  position: absolute;
  left: 50px;
  top: 3150px;
  text-decoration: none;
}

#BestSkinsCopyRight{
  position: absolute;
  left: 1750px;
  top: 3150px;
  font-size: 16px;
  font-weight: bold;
}
